From: | Peter Thor |
Date: | 21 May 2001 at 20:17:52 |
Subject: | Re: Dim List - out of memory ? |
The 18-Maj-01, Sven Dröge wrote:
> Ii guess it has been discussed some weeks ago, but when I try to dimension
> some "Dim List"s (about 12) which consist of different newtypes, the
> debugger(!) says "out of memory" after compiling and starting. Is there a
> way to get it run without changing to other solutions like "dll" ?
When does this error-message occour? Just when the debugger pops up or
afterwards? Does the program guru when you turn of the debugger?
Try and calculate the size of your lists with the /SizeOf/ command to see
how many bytes your NEWTYPE's actually take up and multiply that with the
amount of items you are dimming.
Maybe posting the code might help.
//Thor
---------------------------------------------------------------------
To unsubscribe, e-mail: blitz-list/-unsubscribe@netsoc.ucd.ie
For additional commands, e-mail: blitz-list/-help@netsoc.ucd.ie